home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1995 November
/
EnigmA AMIGA RUN 02 (1995)(G.R. Edizioni)(IT)[!][issue 1995-11][Skylink CD].iso
/
earcd
/
util
/
disk
/
stuscdxl.lha
/
StusCDXLGUI
/
Install
< prev
next >
Wrap
Text File
|
1995-08-19
|
594b
|
26 lines
echo ""
echo "This script installs all the proper files into the right dirs"
echo "for Stu's CDXL GUI (libraries, commands, etc)."
echo ""
ask "Continue? "
if warn
protect StusCDXLGUI +S
protect StusCDXLGUI.dosbit +S
if exists libs:rexxreqtools.library
version libs:rexxreqtools.library
version rexxreqtools.library
ask "Type N if they are both the same or the higher number is bigger, otherwise type Y"
if warn
copy rexxreqtools.library libs:
endif
else
copy rexxreqtools.library libs:
endif
copy cdgsxl.new c:
echo "Complete"
else
echo "Okay, bye bye..."
endif